home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/contextMenu.dtd" >
-
- <overlay id="IMcontextMenu" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script language="javascript" src="chrome://aim/content/aimHelpers.js" />
- <script language="javascript" src="chrome://aim/content/contextMenu.js" />
- <script language="javascript" src="chrome://aim/content/App.js" />
-
-
- <popupset id="imContextMenuSet">
- <!-- This is the context menu for the content-area of the IM Buddy List window.-->
- <popup id="context" onpopupshowing="gContextMenu = new nsContextMenu( this );" onpopuphiding="gContextMenu.onDestroy(); gContextMenu = null;">
- <!-- Online Tab ==================================== -->
- <!--<menu id="menu_switchview" label="&viewBuddyList.label;">
- <menupopup>
- <menuitem id="menu_sn" type="radio" label="&viewSN.label;" oncommand="SwitchView('ScreenNameWithStatus')"/>
- <menuitem id="menu_dn" type="radio" label="&viewDN.label;" oncommand="SwitchView('DisplayName')"/>
- </menupopup>
- </menu>
- <menuseparator/>
- -->
- <menuitem id="context-getMemberInfo" label="&getMemberInfo.label;" oncommand="gContextMenu.cmdContextGetMemberInfo();"/>
- <menuitem id="context-sendIM" label="&sendIMCmd.label;" oncommand="cmdNewIM();"/>
- <menuitem id="context-sendChat" label="&sendChatCmd.label;" oncommand="gContextMenu.cmdContextSendChat();"/>
- <menuseparator id="sendfileseparator"/>
- <menuitem id="context-sendFile" label="&sendFileCmd.label;" oncommand="gContextMenu.cmdContextSendFile();"/>
-
- <menuseparator id="dispNameseparator"/>
- <menuitem id="context-editdispname" label="&dispname.label;" oncommand="cmdDispName();" />
-
- <!-- List Setup Tab ============================== -->
- <menuseparator id="buddyalertseperator"/>
- <menuitem id="context-buddyAlert" label1="&buddyAlertCmd1.label;" label2="&buddyAlertCmd2.label;" accesskey="&buddyAlertCmd.accesskey;" oncommand="gContextMenu.cmdContextBuddyAlert(0);"/>
- <menuitem id="context-editbuddyAlert" label="&editbuddyAlertCmd.label;" accesskey="&editbuddyAlertCmd.accesskey;" oncommand="gContextMenu.cmdContextBuddyAlert(1);"/>
- <menuitem id="context-delbuddyAlert" label1="&delbuddyAlertCmd1.label;" label2="&delbuddyAlertCmd2.label;" accesskey="&delbuddyAlertCmd.accesskey;" oncommand="gContextMenu.cmdContextDelBuddyAlert();"/>
-
- <menuseparator id="onlineseparator"/>
- <menuitem id="context-addBuddy" label="&addBuddyCmd.label;" oncommand="gContextMenu.cmdContextAddBuddy();"/>
- <menuitem id="context-addGroup" label="&addGroupCmd.label;" oncommand="gContextMenu.cmdContextAddGroup();"/>
- <menuitem id="context-delete" label="&deleteCmd.label;" oncommand="gContextMenu.cmdContextDelete();"/>
- <menuseparator/>
-
- <menuitem id="menu_findABuddy" label="&fabCmd.label;" accesskey="&fabCmd.accesskey;"
- oncommand="window.openDialog('chrome://aim/content/findAFriendWizard.xul','CPW','chrome,titlebar,resizable=yes,centerscreen')"/>
- <menuitem id="menu_InviteAFriend" label="&peopleSOaFCmd.label;"
- oncommand="window.openDialog('chrome://aim/content/InviteAFriendWizard.xul','CPW','chrome,titlebar,resizable=yes,centerscreen', null)"/>
- <menuseparator/>
- <menuitem id="miImportBuddyList" label="&importBuddyListCmd.label;" accesskey="&importBuddyListCmd.accesskey;" oncommand="cmdImportBuddyList()"/>
- <menuitem id="miExportBuddyList" label="&exportBuddyListCmd.label;" accesskey="&exportBuddyListCmd.accesskey;" oncommand="cmdExportBuddyList()"/>
- <menuseparator/>
- <menuitem id="cmSignOff" label="&cmSignOff.label;" accesskey="&cmSignOff.accesskey;" oncommand="cmdSignOff()"/>
- </popup>
- </popupset>
-
- </overlay>
-